home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1601_700 / DISK1634 / DISK1634.ZIP / CHD.DOC < prev    next >
Text File  |  1989-11-17  |  2KB  |  55 lines

  1. CHD
  2. ===
  3.  
  4. File Name  : CHD.EXE
  5.  
  6. Syntax     : CHD <new dir> /B/G/L/Q
  7.  
  8. Purpose    : Full screen changing of directories
  9.  
  10. Remarks    :
  11.  
  12.      Changes to the directory starting with the letters typed for its
  13.      first parameter, or goes to full screen mode and displays all
  14.      directories for you to select. It saves the directory in a file
  15.      CHD.DIR for quick start.
  16.  
  17.      You can create new directories, delete them, or set them to be
  18.      hidden from DOS commands, or Unhide them, or even rename them
  19.      from the full screen mode:
  20.  
  21.      Load dir: Read the current drive and relog the directory
  22.  
  23.      Make dir: Make a directory under the highlighted one
  24.  
  25.      Delete dir: If the highlighted directory is empty, then delete it
  26.  
  27.      Hide dir: Set the hidden attribute so that the directory will no
  28.                longer appear in the DOS DIR command. Hidden
  29.                directories have a little fuzzy character (░) displayed
  30.                beside them
  31.  
  32.      Unhide dir: Reset the Hidden attribute to make the directory
  33.                visible
  34.  
  35.      Rename dir: Rename the highlighted directory
  36.  
  37.      Orig dir: Return to the original directory from which the program
  38.                was invoked, and display it.
  39.  
  40.      Version:  Displays registration details
  41.  
  42.      New drive: Log a new drive
  43.  
  44.      ESC:      Exit - to the default directory
  45.  
  46.      CR:       Select the directory you have highlighted and change to
  47.                it. The program terminates.
  48.  
  49. Switches  :
  50.  
  51.         /B - use black and white colors
  52.         /G - use Generic bios calls
  53.         /L - load disk directory
  54.         /Q - eliminate snow on older CGA
  55.